You should be able to get around that if you enclose the 'int(11)' field in
FROM_UNIXTIME(), like this:
SELECT MONTH(FROM_UNIXTIME(int_field)) FROM table WHERE foo=bar.
Check out the MySQL manual, there are a number of very usefull functions for working with dates and times of different formats.