How to display numbered pages in a category

As an alternative to using a plugin like PageNavi(as suggested in another answer), you could also use a wordpress native function

http://codex.wordpress.org/Function_Reference/paginate_links

Though the plugin solution seems the easiest to setup