If you look in the documentation for UIFont
there are methods for retrieving system font sizes. I'd say they'll have you're answer.
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIFont_Class/Reference/Reference.html
+ labelFontSize
is probably the one you're after.