In my experience it's been a convention thing. I'm not aware of any technical reason to use int over Int32, but it's:
- Quicker to type.
- More familiar to the typical C# developer.
- A different color in the default visual studio syntax highlighting.
I'm especially fond of that last one. :)