How can I check if I am on a forum page or forum post inside my theme. I am using the bbpress plugin (not standalone bbpress). There should be some conditional like is_bbpress() or something?

Indeed, there is a function named is_bbpress()
. Use the RC1 version, it was introduced in r3344.