The smallest sum you can get is by adding all the negative numbers in the set:
The largest sum you can get is by adding all the positive numbers: .
It should be easy to see that you can get an integer sum of any of the integers between those minimum and maximum sums.
So the number of different integer sums you can get is the number of integers between -10 and 10, inclusive; that number is 21 (10 negative, 10 positive , and 0).