MyISAM is the default storage engine when a database table is created. If the plugin author does not specify it or he explicitly chooses MyISAM, then your database storage engine is MyISAM.
From what I read, MyISAM is fast but more vulnerable to crash. InnoDBis is suitable for social networking sites.