Step 1: Understanding the greatest integer function.
The function $[x]$ takes constant integer values in each interval $[n,n+1)$.
Step 2: Breaking the interval.
\[
\int_{-2}^{2} [x]\,dx = \int_{-2}^{-1}(-2)\,dx + \int_{-1}^{0}(-1)\,dx + \int_{0}^{1}(0)\,dx + \int_{1}^{2}(1)\,dx
\]
Step 3: Evaluating each integral.
\[
= (-2)(1) + (-1)(1) + 0(1) + 1(1)
\]
\[
= -2 - 1 + 0 + 1 = -2
\]
Step 4: Conclusion.
\[
\int_{-2}^{2} [x]\,dx = -2
\]