Alchymyth, that didn’t work. I was looking more online and I guess is_post_type doesn’t work.
What I did was check if it was an array since my front page is the only one that pulls multiple post types and it worked how I wanted:
if (is_home() && is_array($post_type))
Thanks for the help though.