First, we review the boundaries of the area. The lower bound is y=x^2 and the upper bound is y=1. That is the complement of the area under the parabola y=x^2.
There are different ways to look at it.
A more geometrical solution:
Because of it's symmetry we can look at the region for 0<=x<1.
The area under the parabola is the integral between 0 and 1 of x^2 = [1/3 x^3] evaluated at 1 and 0 = 1/3*1^3 - 1/3*0^3 = 1/3.
The area we are looking for is the complement of that, that is the total area of the square 1x1 = 1 - the said area. That gives you 1 - 1/3 = 2/3.
Because of symmetry, we need to add the other half of the area and we get 2 * 2/3 = 4/3.
Alternatively, we can solve for the integral of 1- x^2 between -1 and 1, yielding [x - 1/3*x^3] between -1 and 1, which gives us 1 - 1/3 - (-1 + 1/3) = 2 - 2/3 = 4/3.