[Note: We assume that the desired region is bounded by the given plane and by the plane $z = 0$.]
The integral in the question employs symmetry, but across the wrong axis. The figure as described is bilaterally symmetric across the $y$-axis; that is, we can divide the figure into two halves, one with $x > 0$, and the other with $x < 0$. However, the integral as written has two flaws:
- It has $dx \, dy$ when it should have $dy \, dx$
- Its limits imply symmetry across the $x$-axis and not the $y$-axis.
The correct integral should have been
$$
\int_{x=-2}^2 \int_{y=-\sqrt{4-x^2}}^{\sqrt{4-x^2}} 4-y \, dy \, dx
= 2 \int_{x=0}^2 \int_{y=-\sqrt{4-x^2}}^{\sqrt{4-x^2}} 4-y \, dy \, dx
$$
When evaluated, the result of this is $16 \pi$.