pir sensor

The long allows you to store more data, but also sucks up sketch space.

Unsigned Integer:
http://www.arduino.cc/en/Reference/UnsignedInt

Long with the variable:
http://arduino.cc/en/Reference/UnsignedLong

I never come close to using up all of my sketch size so I normally throw long in with my sensor integer values just because I'm a lazy coder.